-
Couldn't load subscription status.
- Fork 311
Remove core schema validation #1715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The code used to generate the self schema is inspecting annotations in a way that isn't compatible with Python 3.14.
4259faf to
79cbb1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this cleanup, awesome 👍
6d18fab to
f87a5c8
Compare
CodSpeed Performance ReportMerging #1715 will improve performances by ×2.1Comparing Summary
Benchmarks breakdown
|
f87a5c8 to
95baa0b
Compare
95baa0b to
1b67cd3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
Original-commit-hash: 0b898d2
Original-commit-link: pydantic/pydantic-core@0b898d2
The code used to generate the self schema is inspecting annotations in a way that isn't compatible with Python 3.14.
Change Summary
The code used to generate the self schema is inspecting annotations
in a way that isn't compatible with Python 3.14.
Fixes #1601.
Related issue number
Checklist
pydantic-core(except for expected changes)